Re: pdf version of python tutorial

2016-03-14 Thread Jesper K Brogaard
://docs.python.org/3.5/download.html. I found the tutorial in the zip-file "PDF(A4 paper size)", which contains a lot of PDFs, amongst these many of howto-documents. -- Venlig hilsen / Best regards Jesper K. Brogaard (remove upper case letters in my e-mail address) -- https://mail.python.o

Re: Export

2016-03-13 Thread Jesper K Brogaard
Den 13-03-2016 kl. 00:07 skrev Herbert Müller: Hello, how can I export my .py files to .exe files? Thanks for your support Your Robert Look at pyinstaller or py2exe. I have no experience with either of them. -- Venlig hilsen / Best regards Jesper K. Brogaard (remove upper case letters in my

Re: Explaining names vs variables in Python

2016-03-02 Thread Jesper K Brogaard
understand it, when you use 'is', you are comparing addresses to objects, not the values contained in the objects. Use '==' instead. Take a look here as well: https://docs.python.org/3.5/reference/datamodel.html -- Venlig hilsen / Best regards Jesper K. Brogaard (remove upper case letters in my e

Nicing a thread

2009-04-14 Thread jesper
) def run(self): os.nice(19) a_useful_method() It seems to work but I am a bit sure whether I missed anything (I am not that familiar with threading). What do you experts say? Best regards, Jesper -- http://mail.python.org/mailman/listinfo/python-list

Re: Is there a open souce IDE writen by C( C++) or partly writen by C( C++)?

2008-02-22 Thread Jesper
Give PyScripter from http://www.mmm-experts.com/ a try It is for Windows, though it is written in Delphi and not in C/C++ /Jesper zaley [EMAIL PROTECTED] skrev i en meddelelse news:[EMAIL PROTECTED] Of course, python scripts debugger On 2ÔÂ22ÈÕ, ÏÂÎç3ʱ22·Ö, zaley [EMAIL PROTECTED] wrote: My

Re: readline installation problem

2005-10-08 Thread Jesper
That finally made it work ... Cheers Jesper -- http://mail.python.org/mailman/listinfo/python-list

Re: running distutils installer without admin on windows

2005-06-08 Thread Jesper Olsen
in, e.g.: % python setup.py install --home=. -Jesper -- http://mail.python.org/mailman/listinfo/python-list

Re: import error using BOOST in linux

2005-06-07 Thread Jesper Olsen
Have you set LD_LIBRARY_PATH ? -Jesper -- http://mail.python.org/mailman/listinfo/python-list

Re: Trouble Installing TTX/FontTools (asks for .NET Framework Packages)

2005-04-23 Thread Jesper Olsen
been broken in python2.4 (it works in python2.3). Jesper -- http://mail.python.org/mailman/listinfo/python-list