Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. Tags
    3. modules
    Log in to post

    • Maarten Renckens

      SOLVED DrawBot Default Templates
      Feature Requests • modules • • Maarten Renckens  

      3
      0
      Votes
      3
      Posts
      23
      Views

      Maarten Renckens

      @frederik This makes sense. Thanks!
    • MishaHeesakkers

      UNSOLVED Trying to install Drawbot as a module gives this error.
      Bugs • modules • • MishaHeesakkers  

      4
      0
      Votes
      4
      Posts
      313
      Views

      frederik

      mm strange, can you send an example script that fails with this traceback A wild guess is that the drawBot package is not installed. Did you do this last step (next to installing all the dependencies) cd path/To/drawBot pytho3.7 setup.py install
    • rachelkriebel

      SOLVED some problems importing noise module
      General Discussion • modules noise • • rachelkriebel  

      4
      0
      Votes
      4
      Posts
      428
      Views

      gferreira

      hello @burnier & everyone else with the same problem, the latest version of Python is 3.7 DrawBot currently embeds Python 3.6 if you recently installed “Python 3” from python.org, you probably have 3.7. to make modules available in DrawBot, they need to be installed for Python 3.6 (not 3.7). so, the first step is to make sure that you have Python 3.6 installed in your system. you can check that by typing python3.6 in Terminal. if you get -bash: python3.6: command not found, then you need to install Python 3.6 first. you can get it from python.org/downloads. pip is included in Python, so once you have Python 3.6 you should have pip3.6 too. please give it a try, and let us know how it goes… good luck!
    • jens

      SOLVED Detect if a module is imported from a DrawBot script?
      General Discussion • modules drawbot as module • • jens  

      4
      0
      Votes
      4
      Posts
      804
      Views

      frederik

      DrawBot could be installed as module, so the import could be available. check: import AppKit appName = AppKit.NSBundle.mainBundle().infoDictionary().get("CFBundleDisplayName") print(appName) appName will be DrawBot, RoboFont or None (in terminal) good luck!
    • RafalBuchner

      UNSOLVED Installing Packages
      General Discussion • modules • • RafalBuchner  

      3
      0
      Votes
      3
      Posts
      1017
      Views

      RafalBuchner

      @jo Yes, right now I'm working like that, but I would try to avoid this solution in particular, since I consider it as not Pythonic and "proper"
    • agyei

      SOLVED Can't import geocoder
      General Discussion • modules • • agyei  

      2
      0
      Votes
      2
      Posts
      980
      Views

      agyei

      I figured out the problem: I was using the wrong version of Python when installing the package. Just so this isn't useless, I used this to help me check if the module was installed and accessible in Drawbot: help("modules")
    • MauriceMeilleur

      SOLVED Making new libraries
      General Discussion • modules • • MauriceMeilleur  

      5
      0
      Votes
      5
      Posts
      1650
      Views

      MauriceMeilleur

      @frederik @justvanrossum Thanks!
    • Maarten Idema

      SOLVED Using a virtualenv in Drawbot
      General Discussion • modules drawbot as module • • Maarten Idema  

      12
      0
      Votes
      12
      Posts
      3573
      Views

      justvanrossum

      Oh, I've been trapped by a bot it seems Still, my answer may be useful
    • roberto-arista

      Statistics module from py3
      Feature Requests • modules py3 • • roberto-arista  

      5
      0
      Votes
      5
      Posts
      2263
      Views

      justvanrossum

      But just to be clear: we're not going to bundle py3 modules with the py2 DB build.