"passwords" : {
        "Kanashigaru" : ["passhere"],
        "trusted" : []
D:\pyspades>pushd feature_server
D:\pyspades\feature_server>python run.py
Traceback (most recent call last):
  File "run.py", line 69, in <module>
    from pyspades.common import crc32
ImportError: No module named common
D:\pyspades\feature_server>popd
D:\pyspades>pause
endlesik wrote:Ok, thank you very much, I will try this.
#EDIT
Okay, so I tried to run my new server, but when I runned "run_server.bat" I've got this:
D:\pyspades>pushd feature_serverMaybe somethink is wrong with compiler?
- Code: Select all
 D:\pyspades>pushd feature_server
D:\pyspades\feature_server>python run.py
Traceback (most recent call last):
File "run.py", line 69, in <module>
from pyspades.common import crc32
ImportError: No module named common
D:\pyspades\feature_server>popd
D:\pyspades>pause
        self.set_executables(compiler='gcc -mno-cygwin -O -Wall',
                             compiler_so='gcc -mno-cygwin -mdll -O -Wall',
                             compiler_cxx='g++ -mno-cygwin -O -Wall',
                             linker_exe='gcc -mno-cygwin',
                             linker_so='%s -mno-cygwin %s %s'
                                        % (self.linker_dll, shared_option,
                                           entry_point))Users browsing this forum: No registered users and 1 guest