First  |  Prev |  Next  |  Last
Pages: 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
virtualenv / virtualenvwrapper resetting $PATH?
I just installed virtualenv and virtualenvwrapper on an OS X machine (10.6). My ~/.bash_login adds a few paths to the $PATH environment variable, but upon activating a virtualenv with "workon", those paths go missing from $PATH (and are not restored when I deactivate the virtualenv either). Any suggestions as t... 16 Jun 2010 16:34
How to set up this usenet discussion?
On 06/16/2010 08:55 PM, L V wrote: I have installed pan, but I fail to make it work with "news:comp.lang.python" I tried adding the name as a newsserver and left all other info like Port, username and password empty. Stil I don't get any messages. How to fix this. Also I'm completely new to newsgro... 16 Jun 2010 16:34
THE JEWISH GENOCIDE OF ARMENIAN CHRISTIANS - The Jews SCREWED Everyone - Spared NO ONE !!!
I rcvd appreciative and supporting replies (private emails) from many of you supporting my RIGHT to FREEDOM OF SPEECH and SPREADING the TRUTH. The world is moving in the direction of the Biblical predictions. I agree to some extent that we should encourage the jews to accelerate their self-destruction by applaud... 16 Jun 2010 15:27
Installing Python 3.1.2 from source,how do you resolve the sqlite3-dev dependency?
On Jun 16, 2010, at 1:29 PM, Trevor wrote: Running ubuntu 9.04 "jaunty". When I run make I get the following error: Python build finished, but the necessary bits to build these modules were not found: _sqlite3 So the easy solution is to just install the missing dependency using ... 16 Jun 2010 14:21
Removing anti-Jewish postings from Python list
Any idea how we get rid of this 'noise'? Will it eventually go away if we ignore it, or is there anything the moderators can do to clean-up this (normally) wonderful resource for Python programmers? Regards, Alan ... 16 Jun 2010 23:12
Installing Python 3.1.2 from source, how do you resolve the sqlite3-dev dependency?
Running ubuntu 9.04 "jaunty". When I run make I get the following error: Python build finished, but the necessary bits to build these modules were not found: _sqlite3 So the easy solution is to just install the missing dependency using apt-get, "sudo apt-get -f install libsqlite3-dev" but I get th... 16 Jun 2010 14:21
How do I fix this test so it runs on Windows? (it uses tzset)
Hi All, I'd like to make test_non_gmt_timezone at the bottom of https://secure.simplistix.co.uk/svn/Simplistix/testfixtures/branches/1.8/testfixtures/tests/test_time.py run on Windows, any suggestions? cheers, Chris ... 18 Jun 2010 21:16
Wing IDE 3.2.9 released: Fixes debugger for Python 2.4.x and earlier
Hi, Wingware has released version 3.2.9 of Wing IDE, an integrated development environment designed specifically for the Python programming language. This release includes the following bug fixes: * Fix debugger support for Python versions 2.4.x and earlier * Fix vi mode y$ See the change log at http://wi... 16 Jun 2010 09:55
Coroutines: unexpected behaviour
Hello, I try to experiment with coroutines and I don't understand why this snippet doesn't work as expected... In python 2.5 and python 2.6 I get the following output: 0 Exception exceptions.TypeError: "'NoneType' object is not callable" in <generator object at 0x7e43f8> ignored The TypeError exception com... 16 Jun 2010 18:48
Advanced Dictionary
Hi, I have seen a recipe which allows auto creation of missing values for dictionaries. However this recipe is not working for all. class AutoValueDict(dict): def __makeitem__(self, key): return self.setdefault(key, {}) def __getitem__(self, key): return self.get(key, self.__makeit... 16 Jun 2010 13:15
First  |  Prev |  Next  |  Last
Pages: 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93