JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Pyresman is not working under winXP
-
- Posts: 7
- Joined: Sun Feb 18, 2018 9:18 am
- Points :78
- Contact:
Pyresman is not working under winXP
good day
Pyresman is not working under windows, I having the following output:
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 517, in load_module
ImportError: DLL load failed: The specified module could not be found.
Main returned -1
I copied the pyinstaller to the mentioned folder but did not work. what DLL is missing?
thank you
Pyresman is not working under windows, I having the following output:
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 517, in load_module
ImportError: DLL load failed: The specified module could not be found.
Main returned -1
I copied the pyinstaller to the mentioned folder but did not work. what DLL is missing?
thank you
- JavaCardOS
- Posts: 273
- Joined: Thu Apr 30, 2015 12:00 pm
- Points :2405
- Contact:
Re: Pyresman is not working under winXP
hello,
The pyResMan tool depends on the pyGlobalPlatform library, you can copy the GPPcScConnectionPlugin.dll and globalplatform.dll files to the C:\Windows\System32 directory and try to run PyResMan.
The pyResMan tool depends on the pyGlobalPlatform library, you can copy the GPPcScConnectionPlugin.dll and globalplatform.dll files to the C:\Windows\System32 directory and try to run PyResMan.
-
- Posts: 7
- Joined: Sun Feb 18, 2018 9:18 am
- Points :78
- Contact:
Re: Pyresman is not working under winXP
Hi ,
didnot work , I got the below output :
C:\Documents and Settings\Administrator>D:\mytools\pyresman\pyResMan5.exe
Traceback (most recent call last):
File "<string>", line 12, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\Dialogs\pyResManDialog.py", line 12, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\pyResManReader.py", line 11, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\__init__.py", line 32, in <modul
e>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\System.py", line 28, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\reader\ReaderFactory.py", line 3
4, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCReader.py", line 28, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCContext.py", line 27, i
n <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\__init__.py", line 1, in <
module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 129, in <m
odule>
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 121, in sw
ig_import_helper
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 517, in load_module
Finders must return ModuleSpec objects when find_spec() is called.
ImportError: DLL load failed: The specified module could not be found.
Main returned -1
C:\Documents and Settings\Administrator>D:\mytools\pyresman\pyResMan5.exe
Traceback (most recent call last):
File "<string>", line 12, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\Dialogs\pyResManDialog.py", line 12, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\pyResManReader.py", line 11, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\__init__.py", line 32, in <modul
e>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\System.py", line 28, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\reader\ReaderFactory.py", line 3
4, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCReader.py", line 28, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCContext.py", line 27, i
n <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\__init__.py", line 1, in <
module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 129, in <m
odule>
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 121, in sw
ig_import_helper
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 517, in load_module
Finders must return ModuleSpec objects when find_spec() is called.
ImportError: DLL load failed: The specified module could not be found.
Main returned -1
C:\Documents and Settings\Administrator>D:\mytools\pyresman\pyResMan5.exe>c:\pul
og.txt
Traceback (most recent call last):
File "<string>", line 12, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\Dialogs\pyResManDialog.py", line 12, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\pyResManReader.py", line 11, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\__init__.py", line 32, in <modul
e>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\System.py", line 28, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\reader\ReaderFactory.py", line 3
4, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCReader.py", line 28, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCContext.py", line 27, i
n <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\__init__.py", line 1, in <
module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 129, in <m
odule>
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 121, in sw
ig_import_helper
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 517, in load_module
Finders must return ModuleSpec objects when find_spec() is called.
ImportError: DLL load failed: The specified module could not be found.
Main returned -1
I opened the module but could read what is wrong.

didnot work , I got the below output :
C:\Documents and Settings\Administrator>D:\mytools\pyresman\pyResMan5.exe
Traceback (most recent call last):
File "<string>", line 12, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\Dialogs\pyResManDialog.py", line 12, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\pyResManReader.py", line 11, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\__init__.py", line 32, in <modul
e>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\System.py", line 28, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\reader\ReaderFactory.py", line 3
4, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCReader.py", line 28, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCContext.py", line 27, i
n <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\__init__.py", line 1, in <
module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 129, in <m
odule>
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 121, in sw
ig_import_helper
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 517, in load_module
Finders must return ModuleSpec objects when find_spec() is called.
ImportError: DLL load failed: The specified module could not be found.
Main returned -1
C:\Documents and Settings\Administrator>D:\mytools\pyresman\pyResMan5.exe
Traceback (most recent call last):
File "<string>", line 12, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\Dialogs\pyResManDialog.py", line 12, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\pyResManReader.py", line 11, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\__init__.py", line 32, in <modul
e>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\System.py", line 28, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\reader\ReaderFactory.py", line 3
4, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCReader.py", line 28, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCContext.py", line 27, i
n <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\__init__.py", line 1, in <
module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 129, in <m
odule>
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 121, in sw
ig_import_helper
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 517, in load_module
Finders must return ModuleSpec objects when find_spec() is called.
ImportError: DLL load failed: The specified module could not be found.
Main returned -1
C:\Documents and Settings\Administrator>D:\mytools\pyresman\pyResMan5.exe>c:\pul
og.txt
Traceback (most recent call last):
File "<string>", line 12, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\Dialogs\pyResManDialog.py", line 12, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "E:\opensource\pyResMan\pyResMan\pyResManReader.py", line 11, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\__init__.py", line 32, in <modul
e>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\System.py", line 28, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\reader\ReaderFactory.py", line 3
4, in <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCReader.py", line 28, in
<module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\pcsc\PCSCContext.py", line 27, i
n <module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\__init__.py", line 1, in <
module>
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 363, in load_module
# pkg_resources.resource_string(), pkg_resources.resource_stream().
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 129, in <m
odule>
File "C:\Python27\lib\site-packages\smartcard\scard\scard.py", line 121, in sw
ig_import_helper
File "C:\Python27\lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 517, in load_module
Finders must return ModuleSpec objects when find_spec() is called.
ImportError: DLL load failed: The specified module could not be found.
Main returned -1
I opened the module but could read what is wrong.

Re: Pyresman is not working under winXP
Maybe you can try to move pyResMan.exe to a path that is not in desktop
Re: Pyresman is not working under winXP
HI ! I have the exact same issue on Windows 10. Any suggestion on how to run the pyResMan.exe file ?
Re: Pyresman is not working under winXP
thank you for sharing the information
Re: Pyresman is not working under winXP
GPPcScConnectionPlugin.dll and globalplatform.dll , you need to copy the two dll to the same directory
You do not have the required permissions to view the files attached to this post. Please login first.
well
Who is online
Users browsing this forum: No registered users and 18 guests