On Wed, May 23, 2012 at 1:47 AM, Gelonida N wrote:
> What would be the recommended way to install (compile) 2.6 on 12.04?
Hi,
I manage my own Python interpreters with Pythonbrew (I don't use the
global Python):
http://pypi.python.org/pypi/pythonbrew/
--
Sebastien Douche
Twitter:
On Wed, Aug 24, 2011 at 12:04, Gabriel Genellina wrote:
>> Is there a way to do this from the command line? Thanks.
>
> Something like this?
>
> python -c "import the.module;the.module.someclass().method(arguments)"
Or with console_scripts option in setup.py.
-
ew :
http://pypi.python.org/pypi/pythonbrew
--
Sebastien Douche
Twitter: @sdouche (agile, lean, python, git, open source)
--
http://mail.python.org/mailman/listinfo/python-list
On Sun, Sep 21, 2008 at 19:56, Gabriel Genellina <[EMAIL PROTECTED]> wrote:
>> http://bugs.python.org/setuptools/
>
> And how do people manage to know that?
Bugtracker send emails on setuptools mailing list.
--
Seb
--
http://mail.python.org/mailman/listinfo/python-list
2008/9/20 Carl Banks <[EMAIL PROTECTED]>:
> On Sep 20, 1:11 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>> 为爱而生 wrote:
>> > File "/usr/lib/python2.5/site-packages/setuptools/command/sdist.py",
>> > line 98, in entries_finder
>> > log.warn("unrecognized .svn/entries format in %s", dirname)
>>
On 11/28/05, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> Sometimes I find myself stumbling over Python issues which have to do
> with what I perceive as a lack of orthogonality.
I use this thread to asking on python conception : why python have so
many builtins ?
I cannot understand why we us
On 11/25/05, Franz Mueller <[EMAIL PROTECTED]> wrote:
> Hi,
Hi Franz! :)
> which of the following books would you recommend:
> "Dive into Python" or "Beginning Python: From Novice to Professional"?
Both are very good books but I suggest the latter because more recent.
Beginning Python talk pytho