Re: FW: help please

2011-05-18 Thread Albert Hopkins
On Tue, 2011-05-17 at 21:46 -0300, Gabriel Genellina wrote:
 En Tue, 17 May 2011 16:48:29 -0300, Albert Hopkins
 mar...@letterboxes.org escribió:
  On Tue, 2011-05-17 at 10:18 -0600, Littlefield, Tyler wrote:
 
  Not to be pedantic or anything, and I may not be able to help
  regardless, but it looks like your space key is fixed, and I don't
  really care to pick through and try to play hangman with your message.
 
  I actually, at first glance, thought it was spam, ignored it, and was
  wondering why people were replying to it :|
 
 I can't remember exactly in which release 'perfect English skills' were
 added to Python runtime requirements, could you please refresh my memory?

I can't speak for Tyler (I assume your message was meant for him) but as
for myself:  I saw a glob of practically unreadable text and simply
passed it off as spam, concluding that any well-intentioned, moderately
intelligent human being wouldn't have intentionally posted such a
monstrosity and actually expected an intelligent response.

I'm guessing Tyler's message was to help you so that your messages don't
continue to be ignored by people who may otherwise be of assistance.

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: FW: help please

2011-05-18 Thread Stuart MacKay

On 18/05/2011 12:47, Albert Hopkins wrote:

On Tue, 2011-05-17 at 21:46 -0300, Gabriel Genellina wrote:

En Tue, 17 May 2011 16:48:29 -0300, Albert Hopkins
mar...@letterboxes.org  escribió:

On Tue, 2011-05-17 at 10:18 -0600, Littlefield, Tyler wrote

Not to be pedantic or anything, and I may not be able to help
regardless, but it looks like your space key is fixed, and I don't
really care to pick through and try to play hangman with your message.

I actually, at first glance, thought it was spam, ignored it, and was
wondering why people were replying to it :|

I can't remember exactly in which release 'perfect English skills' were
added to Python runtime requirements, could you please refresh my memory?

I can't speak for Tyler (I assume your message was meant for him) but as
for myself:  I saw a glob of practically unreadable text and simply
passed it off as spam, concluding that any well-intentioned, moderately
intelligent human being wouldn't have intentionally posted such a
monstrosity and actually expected an intelligent response.

I'm guessing Tyler's message was to help you so that your messages don't
continue to be ignored by people who may otherwise be of assistance.



Sure the English wasn't the best but there was enough information in the 
post to identify the likely source of the problem - with a little help 
from my favourite search engine - and give the guy/gal some ideas of 
where to look for a solution.


If you were required to answer the question then asking the poster to 
phrase it better is going to help solve the issue faster but for a 
mailing list like this simply ignore it.


Stuart

--
http://mail.python.org/mailman/listinfo/python-list


Re: FW: help please

2011-05-18 Thread Albert Hopkins
On Wed, 2011-05-18 at 13:39 +0100, Stuart MacKay wrote:
 If you were required to answer the question then asking the poster to 
 phrase it better is going to help solve the issue faster but for a 
 mailing list like this simply ignore it. 

Which is what I've done.

-- 
http://mail.python.org/mailman/listinfo/python-list


FW: help please

2011-05-17 Thread hamed azarkeshb



From: hamed3...@hotmail.com
To: webmas...@python.org
Subject: help please
Date: Tue, 17 May 2011 13:20:22 +0430








hi dearinwant to useautomation with catiaby python,but i dont know,how do we 
can creat catsafearrayvariant in python?please help me.i need urhelp by one 
example.thank u forany thing -- 
http://mail.python.org/mailman/listinfo/python-list


Re: FW: help please

2011-05-17 Thread Gabriel Genellina
En Tue, 17 May 2011 06:43:51 -0300, hamed azarkeshb  
hamed3...@hotmail.com escribió:


hi dearinwant to useautomation with catiaby python,but i dont know,how  
do we can creat catsafearrayvariant in python?please help me.i need  
urhelp by one example.thank u forany thing 		 	   		


There are two sides when you want to use automation with Python:

* learn how to do automation by itself, how COM works, how to invoke a COM  
server from Python. This is mostly application-independent. A good  
resource is Python Programming in Win32 book by Mark Hammond. Chapter 5  
Introduction to COM is exactly what you need, and is available for  
preview in Google Books:  
http://books.google.com.ar/books?id=fzUCGtyg0MMClpg=PA65pg=PA65#v=onepagef=false


* learn how to use the actual objects exposed by the desired application.  
Usually, documentation is available for VBA or other languages, but can be  
easily translated into Python terms.


So I'd say you first read the book, then search the documentation about  
CATSafeArrayVariant and see how to create it, and then translate that into  
Python. Feel free to post any problem you encounter, a better place would  
be the python-win32 list:  
http://mail.python.org/mailman/listinfo/python-win32


Good luck!
--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list


Re: FW: help please

2011-05-17 Thread Littlefield, Tyler
Not to be pedantic or anything, and I may not be able to help 
regardless, but it looks like your space key is fixed, and I don't 
really care to pick through and try to play hangman with your message.

On 5/17/2011 3:43 AM, hamed azarkeshb wrote:



From: hamed3...@hotmail.com
To: webmas...@python.org
Subject: help please
Date: Tue, 17 May 2011 13:20:22 +0430

hi dear
inwant to useautomation with catiaby python,but i dont know,h*ow do we 
can creat catsafearrayvariant in python?*

please help me.i need urhelp by one example.
thank u forany thing



--

Take care,
Ty
my website:
http://tds-solutions.net
my blog:
http://tds-solutions.net/blog
skype: st8amnd127
“Programmers are in a race with the Universe to create bigger and better 
idiot-proof programs, while the Universe is trying to create bigger and better
idiots.  So far the Universe is winning.”
“If Java had true garbage collection, most programs would delete themselves 
upon execution.”

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: FW: help please

2011-05-17 Thread Albert Hopkins
On Tue, 2011-05-17 at 10:18 -0600, Littlefield, Tyler wrote:
 Not to be pedantic or anything, and I may not be able to help 
 regardless, but it looks like your space key is fixed, and I don't 
 really care to pick through and try to play hangman with your message.

I actually, at first glance, thought it was spam, ignored it, and was
wondering why people were replying to it :|

-a


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: FW: help please

2011-05-17 Thread Gabriel Genellina

En Tue, 17 May 2011 16:48:29 -0300, Albert Hopkins
mar...@letterboxes.org escribió:

On Tue, 2011-05-17 at 10:18 -0600, Littlefield, Tyler wrote:



Not to be pedantic or anything, and I may not be able to help
regardless, but it looks like your space key is fixed, and I don't
really care to pick through and try to play hangman with your message.


I actually, at first glance, thought it was spam, ignored it, and was
wondering why people were replying to it :|


I can't remember exactly in which release 'perfect English skills' were
added to Python runtime requirements, could you please refresh my memory?

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list


Re: FW: help please

2011-05-17 Thread Littlefield, Tyler

I can't remember exactly in which release 'perfect English skills' were
added to Python runtime requirements, could you please refresh my memory?
the one that requires people use the space key and check over their 
messages before they hit the enter key. Not so bad a request, I don't 
think. I am using a screen reader--it takes the text and puts it in 
speech. It uses the space as it's separation between words, as we all 
do, so wheniseetextlikethis it just jumbles it altogether. The point was 
to request that the OP try to formulate a good request, or get the space 
key fixed, both of which would've helped.

--
http://mail.python.org/mailman/listinfo/python-list