lazr-users team mailing list archive
-
lazr-users team
-
Mailing list archive
-
Message #00021
Re: How do you actually make your own lazr package?
On Jan 16, 2010, at 03:57 PM, Jonathan Lange wrote:
>The other day, I tried to make a lazr package. I downloaded
>lazr.yourpkg from Launchpad, branched it to my own package
>(lazr.importguardian), and then tried to run 'prepare.py'.
>
>I ran 'python bootstrap.py' and then './bin/buildout', but after
>downloading lots of things, it now gives me this error message:
>http://paste.ubuntu.com/357350/
That looks to me like prepare.py didn't update setup.py. It should have
turned import lazr.yourpkg into lazr.importguardian.
>https://dev.launchpad.net/HackingLazrLibraries suggests that maybe I
>need to use virtualenv or a non-system Python, and that work is being
>done to remove this limitation. If this is the case, then how would I
>use virtualenv, and is there a bug I can follow on the work being done
>to make normal Python development possible?
I'm wondering if this is a reference to the namespace package work that Gary
did?
-Barry
Attachment:
signature.asc
Description: PGP signature
Follow ups
References