h the interpreter, I cannot
find python3.
I just uninstalled both apps again and found a lot of *.pyc files, my
questions would it help to delete them all before reinstalling again, or is
this a different issue. thank you in advance.
different issue. not finding the interpreter is pretty much always a
just uninstalled both apps again and found a lot of *.pyc files, my
questions would it help to delete them all before reinstalling again, or is
this a different issue. thank you in advance.
best regards,
Rafael
--
https://mail.python.org/mailman/listinfo/python-list
On 2017-06-29, Rob Gaddi wrote:
> On 06/29/2017 08:32 AM, Grant Edwards wrote:
>>
>> This is somebody else's project I'm hacking on, and my understanding
>> of setup tools is pretty much at the "cargo cult" level.
>
> I have a sneaking suspicion that's everyone. Setuptools (and distutils
> befo
On 06/29/2017 08:32 AM, Grant Edwards wrote:
This is somebody else's project I'm hacking on, and my understanding
of setup tools is pretty much at the "cargo cult" level.
I have a sneaking suspicion that's everyone. Setuptools (and distutils
before it) has no underlying rhyme or reason; jus
On 06/29/2017 09:03 AM, Grant Edwards wrote:
> I've forked a copy of https://github.com/Roguelazer/muttdown and have
> been adding a few features and fixing a few bugs. It's meant to be
When doing this sort of thing, I find 'pew' virtual environments immensely
helpful. They allow you to control
On 06/29/2017 09:03 AM, Grant Edwards wrote:
> I've forked a copy of https://github.com/Roguelazer/muttdown and have
> been adding a few features and fixing a few bugs. It's meant to be
When doing this sort of thing, I find 'pew' virtual environments immensely
helpful. They allow you to control
On 2017-06-29, Peter Otten <__pete...@web.de> wrote:
> Grant Edwards wrote:
>
>> The projects 'main.py' can't be run directly from the command line,
>> since it contains code like this:
>>
>>from . import config
>>from . import __version__
>>__name__ = 'muttdown'
>>
>>[ stuff t
Grant Edwards wrote:
> The projects 'main.py' can't be run directly from the command line,
> since it contains code like this:
>
>from . import config
>from . import __version__
>__name__ = 'muttdown'
>
>[ stuff that does real work ]
Stupid question: isn't the following
>
On Thursday, June 29, 2017 at 10:04:30 AM UTC-4, Grant Edwards wrote:
> I've forked a copy of https://github.com/Roguelazer/muttdown and have
> been adding a few features and fixing a few bugs. It's meant to be
> installed using setup tools, and then invoked via /usr/bin/muttdown
> which looks lik
I've forked a copy of https://github.com/Roguelazer/muttdown and have
been adding a few features and fixing a few bugs. It's meant to be
installed using setup tools, and then invoked via /usr/bin/muttdown
which looks like this:
#!/usr/lib/python-exec/python2.7/python2
# EASY-INSTALL-ENTRY-S
beno wrote:
> Avell Diroll wrote:
>> beno wrote:
>>
*** tidying a little ***
>>>
>>> What do I do about the problems with mimetools and urllib2?
>>>
>>
>> This is the last report of the 'make test' command and there should be
>> a few lines before that stating each test one by one and prin
beno wrote:
> I intend to do that. However, I think this is the RIGHT list to ask
> questions pertinent to python...
I didn't intend to be abrupt, ... I was just in an hurry, sorry for
that. Anyway I still see this problem more as a program not compiling
correctly on Freebsd than python not com
Avell Diroll wrote:
> beno wrote:
> > I have to rebuild
> > python. [snip] Platform is FreeBSD 5.? I have
> > the following questions:
> >
> > What is meant by pointing to this folder thus:
> > ./configure --prefix=/usr/python
> >
> > When I run make test I get these errors:
> >
> *** errors ***
beno wrote:
> It's been years since I've done this. I had a programmer working for me
> who disappeared one day, and now I'm taking over his responsibilities. I
> need to re-configure Apache for mod_python which means I have to rebuild
> python. I'm working with the latest distro. I'm heavily depen
It's been years since I've done this. I had a programmer working for me
who disappeared one day, and now I'm taking over his responsibilities. I
need to re-configure Apache for mod_python which means I have to rebuild
python. I'm working with the latest distro. I'm heavily dependent on
zope, so
15 matches
Mail list logo