Re: Relative imports and "import X as Y"
Terry Reedy wrote:
>
> So, will relative imports in Python 3.0 allow things like
> "import
> ..relative.impo rting.path as prettyname"? If not, why not?
>
Download the latest beta for your system and give it a try.
Thanks for the advice, but I'd really rather not deal with
installing the entire thing alongside my existing version, possibly
causing conflicts in who knows what ways.
--
--OKB (not okblacke)
Brendan Barnwell
"Do not follow where the path may lead. Go, instead, where there is
no path, and leave a trail."
--author unknown
Re: Relative imports and "import X as Y"
On Sun, 31 Aug 2008 06:40:35 GMT, OKB (not okblacke) wrote:
>Download the latest beta for your system and give it a try.
>
Thanks for the advice, but I'd really rather not deal with
installing the entire thing alongside my existing version, possibly
causing conflicts in who knows what ways.
Then you can download tar.gz package, compile it, and try it
without installing :-)
Cena domeny: 4999 PLN (do negocjacji). Możliwość kupna na raty od 624.88 PLN miesięcznie. Oferta sprzedaży znajduje się w serwisie Aftermarket.pl, największej giełdzie domen internetowych w Polsce.
Re: Relative imports and "import X as Y"
En Sun, 31 Aug 2008 07:27:12 -0300, Wojtek Walczak <gminick@bzt.bz tescribió:
On Sun, 31 Aug 2008 06:40:35 GMT, OKB (not okblacke) wrote:
>
>>Download the latest beta for your system and give it a try.
>>
> Thanks for the advice, but I'd really rather not deal with
>installing the entire thing alongside my existing version, possibly
>causing conflicts in who knows what ways.
>
Then you can download tar.gz package, compile it, and try it
without installing :-)
>>>Download the latest beta for your system and give it a try.
>>>
>> Thanks for the advice, but I'd really rather not deal
>> with
>>installing the entire thing alongside my existing version,
>>possibly causing conflicts in who knows what ways.
>>
>Then you can download tar.gz package, compile it, and try it
>without installing :-)
>
Or use a virtual machine, or a live CD.
Gosh, thanks, everyone, for being so helpful!
--
--OKB (not okblacke)
Brendan Barnwell
"Do not follow where the path may lead. Go, instead, where there is
no path, and leave a trail."
--author unknown
Comment