Skip to content

Does this work on Windows machine? #1

@Moon-developer

Description

@Moon-developer

I tried setting this up and getting the following error:

where do you want to store the all the files? : ./temp
downloading parts...
downloaded 6 parts
downloaded parts
converting parts...
Traceback (most recent call last):
  File "C:\Users\user\PycharmProjects\brickAprint\main.py", line 89, in <module>
    get_set(set)
  File "C:\Users\user\PycharmProjects\brickAprint\main.py", line 53, in get_set
    convert_to_stl(numbers, stldir)
  File "C:\Users\user\PycharmProjects\brickAprint\main.py", line 12, in convert_to_stl
    subprocess.check_call(['./ldraw2stl/bin/dat2stl',
  File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 368, in check_call
    retcode = call(*popenargs, **kwargs)
  File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 349, in call
    with Popen(*popenargs, **kwargs) as p:
  File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 951, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 193] %1 is not a valid Win32 application

Would really like to use this as printabrick has been offline for awhile now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions