cjprecord / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

PyStudio 2.5 plugin broken : No module named Project.ProjectMgr #213

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download PyStudio 2.5 plugin and copy to Editra plugins dir
2. Load Editra
3. Plugin will not load

Log gives:
[22:49:56][pluginmgr][info] Found plugin: pystudio
[22:49:56][pluginmgr][err] Couldn't Load StackThread: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load Debugger: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load SyntaxChecker: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load Variables: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load ModuleFinder: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load BreakPoints: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load Project: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load Expressions: No module named 
Project.ProjectMgr

Original issue reported on code.google.com by rans1...@gmail.com on 14 Aug 2012 at 12:36

GoogleCodeExporter commented 9 years ago
I'll handle this one.

Original comment by rans1...@gmail.com on 14 Aug 2012 at 12:38

GoogleCodeExporter commented 9 years ago
Sorry I misses other messages.

Not sure what's up I had tested the plugin after bundling and loaded fine. Not 
sure how that dir could bemissing. Unless something else on path messed it up.

Will double check again today.

Original comment by CodyPrec...@gmail.com on 14 Aug 2012 at 12:54

GoogleCodeExporter commented 9 years ago
Didn't see any checkins so looked into it. I think I have a fixed checked in to 
the setup.py file.

Will rebuild and upload again tonight.

Still not sure why I ran when I tested in on my machine other than there may 
have been another version on the path that was getting loaded instead will 
double investigate after getting to my build environment this evening.

Original comment by CodyPrec...@gmail.com on 14 Aug 2012 at 7:52

GoogleCodeExporter commented 9 years ago
Was issue in setup.py

uploaded 0.6, double tested and unzipped egg to verify that the files were in 
there this time.

Original comment by CodyPrec...@gmail.com on 15 Aug 2012 at 3:12

GoogleCodeExporter commented 9 years ago
With PyStudio 0.6:

[07:54:36][pluginmgr][info] Found plugin: pystudio
[07:54:37][pluginmgr][err] Couldn't Load StackThread: No module named 
Controller.FileController
[07:54:37][pluginmgr][err] Couldn't Load Debugger: 'module' object has no 
attribute 'Common'
[07:54:37][pluginmgr][err] Couldn't Load SyntaxChecker: 'module' object has no 
attribute 'Common'
[07:54:37][pluginmgr][err] Couldn't Load Variables: 'module' object has no 
attribute 'Common'
[07:54:37][pluginmgr][err] Couldn't Load ModuleFinder: 'module' object has no 
attribute 'Common'
[07:54:37][pluginmgr][err] Couldn't Load BreakPoints: 'module' object has no 
attribute 'Common'
[07:54:37][pluginmgr][err] Couldn't Load Project: 'module' object has no 
attribute 'Common'
[07:54:37][pluginmgr][err] Couldn't Load Expressions: 'module' object has no 
attribute 'Common'

Original comment by matri...@gmail.com on 15 Aug 2012 at 5:57