Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • I'll try this out now, system isn't the actual machine, it was just the name I Was using for the software. I do have initis in each of the folders, but for some reason its just not going. Commented Apr 24, 2017 at 11:20
  • I figured about System, just wanted to follow your train of thoughts with answer :) Commented Apr 24, 2017 at 11:23
  • I've just tried this, if I change "from poetry_generator.structures.word import Word", to "import sys sys.path.insert(0, 'poetry_generator/structures/word') import Word" I just get an error with no module named Word? Commented Apr 24, 2017 at 11:26
  • @zipa: word is a file, not a folder, though. Commented Apr 24, 2017 at 11:27
  • @SiHa Thanks for comment. insert and append should go up to folder. Commented Apr 24, 2017 at 11:35