Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

cx_Freeze: Python error in main script #9

Closed
madurani opened this issue Apr 16, 2020 · 3 comments
Closed

cx_Freeze: Python error in main script #9

madurani opened this issue Apr 16, 2020 · 3 comments

Comments

@madurani
Copy link

Hello guys,

Guide for installation of Fusion360 worked fine for a long time, but current version of Fusion keeps crashing with some error(details are in png attachment):

error occurs after executing command: wine streamer.exe -p deploy -g -f log.txt --quiet;"

Fusion360

@HendrikRoth
Copy link

Same issue here

@madurani
Copy link
Author

madurani commented Apr 19, 2020

Mistake was found/fixed. Script downloads file platform.py from path:
wget "https://raw.githubusercontent.com/python/cpython/master/Lib/platform.py"

In the path is folder master. It looks, that in master version is python 3.8, but Fusion use python 3.7.
For fixing of problem you only need to change location of path from "master" to "3.7" and installation will finish successfully (only for current version of Fusion360).

Note: Correct path is:
wget https://raw.githubusercontent.com/python/cpython/3.7/Lib/platform.py

@siredmar
Copy link
Owner

siredmar commented May 6, 2020

Fixed the URL. Thanks for reporting!

@siredmar siredmar closed this as completed May 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants