ImportError: cannot import name 'OrientationHelper' #45703

Closed
opened 2015-08-06 06:26:17 +02:00 by perfection cat · 13 comments

System Information
Operating system and graphics card

Blender Version
Broken: version 2.75 (sub 4), branch b'master', commit date b'2015-08-05' b'23:09', hash b'89edddb', b'Release'
Worked: (optional)

Short description of error
An error is displayed by a console screen when I run Blender.
ImportError: cannot import name 'OrientationHelper'
This does not occur in a yesterday's buildbot build version.
Exact steps for others to reproduce the error
error.log

**System Information** Operating system and graphics card **Blender Version** Broken: version 2.75 (sub 4), branch b'master', commit date b'2015-08-05' b'23:09', hash b'89edddb', b'Release' Worked: (optional) **Short description of error** An error is displayed by a console screen when I run Blender. ImportError: cannot import name 'OrientationHelper' This does not occur in a yesterday's buildbot build version. **Exact steps for others to reproduce the error** [error.log](https://archive.blender.org/developer/F220588/error.log)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @sindra1961

Added subscriber: @sindra1961
Author

Operating system and graphics card
windows XP/SP3 32bits

**Operating system and graphics card** windows XP/SP3 32bits
Author

orientation_helper_factory is defined in 2.75\scripts\modules\bpy_extras\io_utils.py, but OrientationHelper is not defined.

orientation_helper_factory is defined in 2.75\scripts\modules\bpy_extras\io_utils.py, but OrientationHelper is not defined.

Added subscriber: @ideasman42

Added subscriber: @ideasman42

This must be an error with the builder (not in Blender's source).

Since this is no longer being imported.

Seems we need to check why recent addons aren't included.

This must be an error with the builder (not in Blender's source). Since this is no longer being imported. Seems we need to check why recent addons aren't included.
Author

The error is not given when I transfer it to a format same as init.py of each addon included in 2.75a, but is the format not right?

The error is not given when I transfer it to a format same as __init__.py of each addon included in 2.75a, but is the format not right?
Author

@ideasman42:
This problem may not have relations, but tells you about this.
Though the latest buildbot build version which I used failed in update of submodules, it is uploaded as the latest edition.

@ideasman42: This problem may not have relations, but tells you about this. Though the latest buildbot build version which I used failed in update of submodules, it is uploaded as the latest edition.

Added subscriber: @dfelinto

Added subscriber: @dfelinto

I used to have those in my own builds, but I stopped having them when I removed ~/Library/Application Support/Blender/2.75/ (OSX local Blender "settings"). So it's most likely not a bug but an issue with the builder.

I used to have those in my own builds, but I stopped having them when I removed ~/Library/Application Support/Blender/2.75/ (OSX local Blender "settings"). So it's most likely not a bug but an issue with the builder.

Added subscriber: @Sergey

Added subscriber: @Sergey

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sergey Sharybin self-assigned this 2015-08-06 16:30:40 +02:00

There were indeed some issues with windows builder. Solved them now.

64bit build is up to date, 32bit is in progress.

Thanks for the report, closing it now.

There were indeed some issues with windows builder. Solved them now. 64bit build is up to date, 32bit is in progress. Thanks for the report, closing it now.
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#45703
No description provided.