Flangy > Software Development > Python > _PyImport_FixupExtension

If you get the error:
SystemError: _PyImport_FixupExtension: module (your module name) not loaded
after renaming your project, then you've remembered to rename the initmodulename function and export it, but you probably forgot to change the name being passed to Py_InitModule.