Re: Relative imports and "import X as Y"

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Terry Reedy

    Re: Relative imports and "import X as Y"

    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.

  • OKB (not okblacke)

    #2
    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

    Comment

    • Wojtek Walczak

      #3
      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 :-)

      --
      Regards,
      Wojtek Walczak,
      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.

      Comment

      • Gabriel Genellina

        #4
        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 :-)
        Or use a virtual machine, or a live CD.

        --
        Gabriel Genellina

        Comment

        • OKB (not okblacke)

          #5
          Re: Relative imports and &quot;import X as Y&quot;

          Gabriel Genellina wrote:
          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 :-)
          >
          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

          Working...