code-google-com / blur-dev

Automatically exported from code.google.com/p/blur-dev
1 stars 0 forks source link

core.py and ideeditor.py problem #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install python-2.6.6.amd64
2. install pywin32-216.win-amd64-py2.6
3. install BlurOffline_2011-09-19_install_11220_64
4. start 3ds Max and click "new script"

What is the expected output? What do you see instead?

A Message error : An error has occurred in your python script"

Command logger displays :
Traceback (most recent call last):
  File "C:\Python26_64\lib\site-packages\blurdev\cores\core.py", line 302, in newScript
    IdeEditor.createNew()
  File "C:\Python26_64\lib\site-packages\blurdev\ide\ideeditor.py", line 1149, in createNew
    window = IdeEditor.instance()
  File "C:\Python26_64\lib\site-packages\blurdev\ide\ideeditor.py", line 1164, in instance
    inst = IdeEditor(parent)
  File "C:\Python26_64\lib\site-packages\blurdev\ide\ideeditor.py", line 85, in __init__
    self.restoreSettings()
  File "C:\Python26_64\lib\site-packages\blurdev\ide\ideeditor.py", line 850, in restoreSettings
    self.setCurrentProject( IdeProject.fromXml( pref.restoreProperty( 'currproj' ) ) )
  File "C:\Python26_64\lib\site-packages\blurdev\ide\ideeditor.py", line 1111, in setCurrentProject
    self.currentProjectChanged.emit(project)
TypeError: IdeEditor.currentProjectChanged[IdeProject].emit(): argument 1 has 
unexpected type 'NoneType'

What version of the product are you using? On what operating system?
- 3ds max10(x64), 3ds max11(x64) and 3ds max11(x32)
- XP64, Vista32, Vista64
- BlurOffline_2011-09-19_install_11220.exe and 
BlurOffline_2011-09-19_install_11220_64

Please provide any additional information below.
google
I think you follow the installation procedure, but I have this error message 
that appears when I click "new script" on all versions of 3ds max or windows on 
which I install python? do I make a mistake during installation? do I forget to 
install something? thank you

Original issue reported on code.google.com by habasdes...@gmail.com on 29 Sep 2011 at 12:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Try the new installer. The problem involves not having a project set. This 
should be fixed now.

Original comment by hen...@gmail.com on 18 Oct 2011 at 3:27

GoogleCodeExporter commented 9 years ago

Original comment by hen...@gmail.com on 18 Oct 2011 at 3:28