Re: [Pyobjc-dev] Git mirror
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2008-05-19 06:10:30
|
On 17 May, 2008, at 2:31, Steve Steiner wrote: > Did you ever get an answer as to how to run the latest SVN version of > PyObjc? That's fairly easy: there's a script named '02-develop-all.sh'. That will run the setup.py of all packages that form PyObjC in the right order. As the name suggest it will use "python setup.py develop" to install them, you might want to patch the script to do a proper install instead. This is obviously not as easy as it should be, fixing that is on my todo list. Ronald P.S. I can recommend the "virtualenv" package to anyone that wants to experiment with additional python packages without messing up their main install. > > > Thanks, > > S > > On May 16, 2008, at 8:29 PM, Orestis Markou wrote: > >> Hi all, >> >> I've took the liberty of mirroring the SVN trunk in a Git repository >> hosted here: >> >> http://github.com/orestis/pyobjc/tree >> >> I'll update the repo when check-ins happen. >> >> Regards, >> -- >> Orestis Markou >> or...@or... >> http://orestis.gr/ >> >> >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Pyobjc-dev mailing list >> Pyo...@li... >> https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |