omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Raph

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Raph

    @Raph

    0
    Reputation
    401
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Raph Unfollow Follow

    Latest posts made by Raph

    • How to import a bunch of functions I typed from within pythonista into another script

      Sorry if the question is very basic. Maybe I overlooked something in the documentation.I tried
      import filename

      With no luck, whether the filename was x or x.py does not change a thing.

      posted in Pythonista
      Raph
      Raph
    • RE: How to import a bunch of functions I typed from within pythonista into another script

      Yes that did it! Thanks alot. The strange thing is that I tried that before, but I guess at that time the file I wished to import was still in a sub-folder.

      posted in Pythonista
      Raph
      Raph
    • RE: How to import a bunch of functions I typed from within pythonista into another script

      When I try to run b.py, the interpretor stops at "import a" and gives that as an error message:

      ImportError: No module named a

      posted in Pythonista
      Raph
      Raph