atvusb-creator icon indicating copy to clipboard operation
atvusb-creator copied to clipboard

Can someone please help? Trying to get USBMaker working on Windows 10

Open Jord4n opened this issue 4 years ago • 0 comments

I can't get python working on mac or windows. I already have the DMG file created

Unless someone wants to spoon-feed me the entire process only using windows...

Thank for any help

So far: Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:37:02) [MSC v.1924 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license()" for more information.

= RESTART: C:\Users\Bob\Desktop\atvusb-creator-master\atvusb-creator\atvusb-creator.py Traceback (most recent call last): File "C:\Users\Bob\Desktop\atvusb-creator-master\atvusb-creator\atvusb-creator.py", line 48, in main() File "C:\Users\Bob\Desktop\atvusb-creator-master\atvusb-creator\atvusb-creator.py", line 41, in main from liveusb.gui import LiveUSBApp File "C:\Users\Bob\Desktop\atvusb-creator-master\atvusb-creator\liveusb_init_.py", line 23, in from liveusb.creator import LiveUSBError File "C:\Users\Bob\Desktop\atvusb-creator-master\atvusb-creator\liveusb\creator.py", line 237 print rtn ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(rtn)?

or:

Python 2.7.18 (v2.7.18:8d21aa21f2, Apr 20 2020, 13:25:05) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license()" for more information.

RESTART: C:\Users\Bob\Desktop\atvusb-creator-master\atvusb-creator\atvusb-creator.py

Traceback (most recent call last): File "C:\Users\Bob\Desktop\atvusb-creator-master\atvusb-creator\atvusb-creator.py", line 48, in main() File "C:\Users\Bob\Desktop\atvusb-creator-master\atvusb-creator\atvusb-creator.py", line 41, in main from liveusb.gui import LiveUSBApp File "C:\Users\Bob\Desktop\atvusb-creator-master\atvusb-creator\liveusb\gui.py", line 34, in from PyQt4 import QtCore, QtGui ImportError: No module named PyQt4

Jord4n avatar Jun 17 '20 21:06 Jord4n