-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'RLE' #4
Comments
Will look into this! One question beforehand: are you running a 32 or 64
bit OS?
(I did test current version on 64 bit Windows 10 and 64 bit Linux Mint)
Op vr 25 okt. 2019 om 20:59 schreef Dmitry K Valberg <
[email protected]>
… python3 PhotonFileEditor.py Traceback (most recent call last): File
"PhotonFileEditor.py", line 39, in <module> import PhotonFile File
"/media/gc/6TB/SLA/Photonsters-FileEditor-v2/PhotonFile.py", line 34, in
<module> import RLE ModuleNotFoundError: No module named 'RLE'
Tried with 3.7. I really want to get this software running, since previous
version is not able to generate valid .photon files.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=ACXNXGADV3D4CNKD4X3CCG3QQM62NA5CNFSM4JFHMDF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HUOXKQA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXNXGBXIC2RWOXVLNO2ZHTQQM62NANCNFSM4JFHMDFQ>
.
|
Oh and did you use the development branch?
Op vr 25 okt. 2019 om 20:59 schreef Dmitry K Valberg <
[email protected]>
… python3 PhotonFileEditor.py Traceback (most recent call last): File
"PhotonFileEditor.py", line 39, in <module> import PhotonFile File
"/media/gc/6TB/SLA/Photonsters-FileEditor-v2/PhotonFile.py", line 34, in
<module> import RLE ModuleNotFoundError: No module named 'RLE'
Tried with 3.7. I really want to get this software running, since previous
version is not able to generate valid .photon files.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=ACXNXGADV3D4CNKD4X3CCG3QQM62NA5CNFSM4JFHMDF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HUOXKQA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXNXGBXIC2RWOXVLNO2ZHTQQM62NANCNFSM4JFHMDFQ>
.
|
@NardJ Yes, this is what I did:
|
@bergstar. I was a bit further with my local development. So easier to update the entire branch. The main file is now called PhotonFileEdit2.py. (Beware this is still alpha.) |
@NardJ I did test with latest code on a new Linode box,
Same issue |
Win 10 x64, same issue. |
I am using Win 10 x64 and having the issue as well. |
To resolve this issue, rebuild RLE following the instructions in the file compileRLE.py Actually files: RLE.c should be removed from the distribution, because these are generated files |
python3 PhotonFileEditor.py Traceback (most recent call last): File "PhotonFileEditor.py", line 39, in <module> import PhotonFile File "/media/gc/6TB/SLA/Photonsters-FileEditor-v2/PhotonFile.py", line 34, in <module> import RLE ModuleNotFoundError: No module named 'RLE'
Tried with 3.7. I really want to get this software running, since previous version is not able to generate valid .photon files.
The text was updated successfully, but these errors were encountered: