niftools / pyffi

PyFFI is a Python library for processing block structured files.
http://www.niftools.org/pyffi
Other
48 stars 26 forks source link

Update to nif.xml 0.7.2 #17

Closed Ghostwalker71 closed 9 years ago

Ghostwalker71 commented 9 years ago

The sub-modules are set to point at master branches now. This would obviously need to be force merged, if it breaks the other pull requests I'll just close them and re-submit new pulls.

Ghostwalker71 commented 9 years ago

@neomonkeus I found an issue with the previous fix, it seems that the gitmodules file that was uploaded with the tab spacing caused some problems. Use master branch to force overwrite develop. They were even before I pushed the first unknown error fix. Then merge this fix to develop. This branch fully fixes the index error and all sub-module imports and updates work as expected

It's fairly certain that I will have to redo the edits from the other two pull requests after you finish merging this, good thing they are simple edits so shouldn't take much time to get them done and submit as new pulls

Ghostwalker71 commented 9 years ago

@neomonkeus I have been unable to find where to alert the pydev developer that the project file settings can't be set to any version of python newer than 3.0 he doesn't have issues enabled. Setting the default python interpreter in eclipse to 3.4 causes the pydev project to show 2.7 as the selected interpreter. If you want I can remove the pydev project commit or just merge it and we can update the pydev project file once pydev updates.