Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python structure question
#3
Ah, yes. Don't just import the module name, I have to reference the class as well.

In that case, just changing t = test() to t = test.test makes it work. But I also see your recommendation to change the file name also makes it less confusing.

I'm sure the python light will go on soon... right now it's just a dull glow for me.

Thank you.
Reply


Messages In This Thread
Python structure question - by PickyBiker - Dec-11-2016, 03:34 PM
RE: Python structure question - by metulburr - Dec-11-2016, 04:39 PM
RE: Python structure question - by PickyBiker - Dec-11-2016, 05:02 PM
RE: Python structure question - by metulburr - Dec-11-2016, 05:35 PM
RE: Python structure question - by PickyBiker - Dec-11-2016, 05:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Project Structure for Modularity and Reusability with Multiple Entry Points b19wh33l5 0 176 Apr-24-2024, 12:21 PM
Last Post: b19wh33l5
  python project structure anne 1 1,763 Aug-01-2020, 07:17 PM
Last Post: deanhystad
  Nested Data structure question arjunfen 7 4,292 Feb-22-2019, 02:18 PM
Last Post: snippsat
  Call functions recursively in tree structure using python dubru 1 2,306 Feb-15-2019, 06:43 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020