Re: convert pyc (python 2.4) to py

2009-11-03 Thread Furkan Kuru
://mail.python.org/mailman/listinfo/python-list -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list

Re: image recogniton?

2009-01-06 Thread Furkan Kuru
by programming ? Is there anyone who can give me some suggestions? Thank! Li Han -- http://mail.python.org/mailman/listinfo/python-list -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list

Re: Filtering a Python list to uniques

2008-03-27 Thread Furkan Kuru
a letter appears in the list. Thanks, Kelly --- Furkan Kuru [EMAIL PROTECTED] wrote: set(lstone) works fine in python 2.5.1 Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32 Type help, copyright, credits or license for more information

Re: embedded python pythonpath

2008-03-26 Thread Furkan Kuru
On Wed, Mar 26, 2008 at 3:49 AM, Gabriel Genellina [EMAIL PROTECTED] wrote: En Tue, 25 Mar 2008 22:22:41 -0300, Furkan Kuru [EMAIL PROTECTED] escribió: On 3/26/08, Gabriel Genellina [EMAIL PROTECTED] wrote: En Tue, 25 Mar 2008 20:38:39 -0300, Furkan Kuru [EMAIL PROTECTED] escribió

Re: embedded python in c++ packaging

2008-03-25 Thread Furkan Kuru
to python, so you don't wind up exposing the whole C++ API. -- *From:* Furkan Kuru [mailto:[EMAIL PROTECTED] *Sent:* Thursday, February 07, 2008 6:06 PM *To:* python-list@python.org *Subject:* Re: embedded python in c++ packaging I do not have access

Re: Inheritance question

2008-03-25 Thread Furkan Kuru
/mailman/listinfo/python-list -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list

Re: Inheritance question

2008-03-25 Thread Furkan Kuru
would like to know what would be the right way to yield the expected results -- http://mail.python.org/mailman/listinfo/python-list -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list

Re: My python interpreter became mad !

2008-03-25 Thread Furkan Kuru
importing *an* re module, the first one that is found. In this case: your own re.py. Rename it. -- http://mail.python.org/mailman/listinfo/python-list -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list

Re: Creating dynamic objects with dynamic constructor args

2008-03-25 Thread Furkan Kuru
): self.foo = foo self.bar = bar argspec = inspect.argspec(T.__init__) args = (1, 2) ??? how do you call T(args)? Thanks. Greg -- http://mail.python.org/mailman/listinfo/python-list -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list

embedded python pythonpath

2008-03-25 Thread Furkan Kuru
( PYTHONPATH=.;.\\plib.zip); } else ::putenv(PYTHONPATH=%PYTHONPATH%;.\\plib.zip); std::cout PYTHONPath Set to: ::getenv(PYTHONPATH) std::endl And Again: ; system(echo %PYTHONPATH%); Py_Initialize(); Sorry for asking it twice. Regards, -- Furkan Kuru -- http://mail.python.org/mailman

Re: My python interpreter became mad !

2008-03-25 Thread Furkan Kuru
starting your interpreter and importing re. On 3/25/08, John Machin [EMAIL PROTECTED] wrote: Furkan Kuru top-posted: Most probably X-Spam added itself to your path. What is X-Spam? Added itself to Benjamin's path [not mine] in such a fashion that it is invoked when one does import re? you

Re: embedded python pythonpath

2008-03-25 Thread Furkan Kuru
version of python. On 3/26/08, Gabriel Genellina [EMAIL PROTECTED] wrote: Furkan Kuru furkankuru at gmail.com writes: I've tried below code (Setting pythonpath environment variable) and then initialize python interpreter but the embedded python interpreter did not get the newly assigned

Re: Filtering a Python list to uniques

2008-03-25 Thread Furkan Kuru
or the Python Cookbook? Did I miss something? Kelly Greer [EMAIL PROTECTED] change nospam to yahoo -- http://mail.python.org/mailman/listinfo/python-list -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list

Re: My python interpreter became mad !

2008-03-25 Thread Furkan Kuru
result: bogus re. but from a different way: not user's re but created by someone else in another directory. On 3/25/08, *John Machin* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Furkan Kuru top-posted: Most probably X-Spam added itself to your path. What is X

Re: embedded python pythonpath

2008-03-25 Thread Furkan Kuru
On 3/26/08, Gabriel Genellina [EMAIL PROTECTED] wrote: En Tue, 25 Mar 2008 20:38:39 -0300, Furkan Kuru [EMAIL PROTECTED] escribió: Actually, I do not want any .py or .pyc files around my executable. (including userdict, sys, site etc) I want to have just single zip file for all python

embedded python in c++ packaging

2008-02-07 Thread Furkan Kuru
files to a zip file and redirect Python25.dll to that zip file? Thanks in advance. -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list

Re: embedded python in c++ packaging

2008-02-07 Thread Furkan Kuru
, Joshua Kugler [EMAIL PROTECTED] escribió: Furkan Kuru wrote: I have been developing an application in C++ that embeds Python interpreter. It takes advantage of too many modules from Python. When I want to package this application, I need to add too many files (.pyc) from Python/lib folder

Re: recording sound with python

2007-11-09 Thread Furkan Kuru
-list -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list

Re: Noob questions about Python

2007-10-17 Thread Furkan Kuru
and noticed that Python treats: val = 00110 as the integer 72 instead of returning 00110, why does Python do that? (and how can I get around it?) Grateful for any replies! -- http://mail.python.org/mailman/listinfo/python-list -- Furkan Kuru -- http://mail.python.org/mailman/listinfo

Re: calling the function of one class from another class

2007-09-22 Thread Furkan Kuru
(): -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list

Re: Using python to create windows apps that everyone can use?

2007-09-17 Thread Furkan Kuru
, the easiest way to do that, please! Thanks, Tom Harding -- http://mail.python.org/mailman/listinfo/python-list -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list

Re: how can I find out the process ids with a process name

2007-09-02 Thread Furkan KURU
'ps -ef | grep emacs', but how can I pipe the output of my 'ps -ef | grep emacs' to my python script and then run a regression expression with it to get the process Ids? Thank you. -- http://mail.python.org/mailman/listinfo/python-list -- Furkan Kuru -- http://mail.python.org/mailman

Re: building exe from script

2007-08-20 Thread Furkan KURU
( cmd ).I'am working on Windows XP SP2 and Python 2.5. Regards, Vedran -- http://mail.python.org/mailman/listinfo/python-list -- Furkan Kuru -- http://mail.python.org/mailman/listinfo/python-list