Re: Reinstalling

2021-01-29 Thread Mats Wichmann
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

Reinstalling

2021-01-29 Thread Rafael Llera
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

Re: Development testing without reinstalling egg constantly?

2017-06-29 Thread Grant Edwards
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

Re: Development testing without reinstalling egg constantly?

2017-06-29 Thread Rob Gaddi
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

Re: Development testing without reinstalling egg constantly?

2017-06-29 Thread Tim Daneliuk
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

Re: Development testing without reinstalling egg constantly?

2017-06-29 Thread Tim Daneliuk
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

Re: Development testing without reinstalling egg constantly?

2017-06-29 Thread Grant Edwards
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

Re: Development testing without reinstalling egg constantly?

2017-06-29 Thread Peter Otten
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 >

Re: Development testing without reinstalling egg constantly?

2017-06-29 Thread Ned Batchelder
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

Development testing without reinstalling egg constantly?

2017-06-29 Thread Grant Edwards
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

Re: Reinstalling Python Problem (Newbie)

2006-08-02 Thread Avell Diroll
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

Re: Reinstalling Python Problem (Newbie)

2006-08-02 Thread Avell Diroll
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

Re: Reinstalling Python Problem (Newbie)

2006-08-01 Thread John Machin
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 ***

Re: Reinstalling Python Problem (Newbie)

2006-08-01 Thread Avell Diroll
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

Reinstalling Python Problem (Newbie)

2006-08-01 Thread beno
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