First  |  Prev |  Next  |  Last
Pages: 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
Python 3 - Is PIL/wxPython/PyWin32 supported?
Hi! I have an environment under Python 2.6 (WinXP). That is based on PIL, wxPython/PyWin32. In the project's pages I see official installer for only PyWin32. I don't know that PIL or wxPython supports Python 3 or not. May with some trick these packages are working. Does anybody know about it? Can I repla... 7 Jul 2010 14:34
Argh! Name collision!
Donald Knuth once remarked (I think it was him) that what matters for a program is the name, and that he'd come up with a really good name, now all he'd had to do was figure out what it should be all about. And so considering Sturla Molden's recent posting about unavailability of MSVC 9.0 (aka Visual C++ 2008)... 8 Jul 2010 09:08
Python install has difficulties with accented characters in path
I am building from the source and installing Python on my machine. I added these tests failed: test_doctest test_httpservers test_logging But I moved the Python installation folder on another directory and the failed tests vanished when I tried again. The difference? The new directory does not have any acc... 6 Jul 2010 21:08
Recommend a MySQLdb Forum
Greetings: I would appreciate it if some could recommend a MySQLdb forum. thanks tim ... 7 Jul 2010 17:52
automatic adding files to an archive in distutils
Hi All, Yesterday I ported my code to a module with distutils installator. But I didn't found what key of the setup function is used to mark files only for coping to an archive of a module. For example I want to add the INSTALL file to the archive. Installator haven't to copy this file into a file system whe... 6 Jul 2010 14:28
re.sub unexpected behaviour
Hello, Let's imagine that we have a simple function that generates a replacement for a regular expression: def process(match): return match.string If we use that simple function with re.sub using a simple pattern and a string we get the expected output: re.sub('123', process, '123') '123' However, ... 6 Jul 2010 14:28
Download Microsoft C/C++ compiler for use with Python 2.6/2.7ASAP
* sturlamolden, on 06.07.2010 17:50: Just a little reminder: Microsoft has withdrawn VS2008 in favor of VS2010. The express version is also unavailable for download.>:(( We can still get a VC++ 2008 compiler required to build extensions for the official Python 2.6 and 2.7 binary installers here ... 7 Jul 2010 17:52
Download Microsoft C/C++ compiler for use with Python 2.6/2.7 ASAP
Just a little reminder: Microsoft has withdrawn VS2008 in favor of VS2010. The express version is also unavailable for download. >:(( We can still get a VC++ 2008 compiler required to build extensions for the official Python 2.6 and 2.7 binary installers here (Windows 7 SDK for .NET 3.5 SP1): http://www.m... 29 Jul 2010 06:23
Python GUI for C program [was: ]
On 07/06/2010 12:15 PM, francisco dorset wrote: hey am a programmer i have good knowledge of the c language and i will like to now how i can use to python to provide graphical user-interface for my c programs and or the steps involved in doing this and is it possible???? if yes i will also like some ... 6 Jul 2010 14:28
Changing Locale for datetime.strptime conversions
Hi, I'm using datetime.strptime(string,format) to convert dates parsed from a file into datetime objects. However, the files come from various places around the world, and strptime fails when non-english month names are used. strptime says it converts month names using the current locales version of the nam... 6 Jul 2010 12:15
First  |  Prev |  Next  |  Last
Pages: 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65