• 0

    posted a message on pymclevel: Minecraft Levels for Python
    Quote from codewarrior »
    If you installed the win32 superpack from Sourceforge, uninstall it. Then, install the amd64 build of numpy from about halfway down this page.

    This resulted in more mysterious errors, until I figured out that 64-bit numpy also wanted a 64-bit version of python. Now it works! Thanks.
    Posted in: Minecraft Tools
  • 0

    posted a message on pymclevel: Minecraft Levels for Python
    I hate it when clueless newbies post begging posts, thus flaunting how clueless and new they are, but:

    >>> import mclevel
    
    Traceback (most recent call last):
      File "<pyshell#0>", line 1, in <module>
        import mclevel
      File "C:\Users\bbot\Downloads\pymclevel-20100920\mclevel.py", line 112, in <module>
        import nbt
      File "C:\Users\bbot\Downloads\pymclevel-20100920\nbt.py", line 23, in <module>
        from numpy import array, zeros, uint8, fromstring
      File "C:\Python27\lib\site-packages\numpy\__init__.py", line 136, in <module>
        import add_newdocs
      File "C:\Python27\lib\site-packages\numpy\add_newdocs.py", line 9, in <module>
        from numpy.lib import add_newdoc
      File "C:\Python27\lib\site-packages\numpy\lib\__init__.py", line 4, in <module>
        from type_check import *
      File "C:\Python27\lib\site-packages\numpy\lib\type_check.py", line 8, in <module>
        import numpy.core.numeric as _nx
      File "C:\Python27\lib\site-packages\numpy\core\__init__.py", line 5, in <module>
        import multiarray
    ImportError: DLL load failed: The specified module could not be found.
    >>> 


    What the hell is happening here? Installing numpy was an enormous pain in the ass, requiring a registry edit, since apparently python doesn't set registry keys right on 64-bit versions of windows? Previously numpy just refused to work at all, but after the registry edit, it didn't install correctly?
    Posted in: Minecraft Tools
  • 0

    posted a message on MinecraftCon 2010 in Bellevue
    I was there. Complete with pictures.
    Posted in: Discussion
  • To post a comment, please .