Giter VIP home page Giter VIP logo

Comments (3)

feacluster avatar feacluster commented on June 15, 2024 1

Think I figured it out . Had to add the directory of the init.py file to pyinstaller:

pyinstaller --paths=/home/feacluster/.local/lib/python3.6/site-packages/ccx2paraview __init__.py --onedir

It is strange that pyinstaller does not automatically include the path where init.py is located in..

from ccx2paraview.

imirzov avatar imirzov commented on June 15, 2024

Hi,

Please, have a look here:
https://github.com/calculix/ccx2paraview#for-developers

I used PyInstaller for older Python. For newer one you'd better use nuitka.

Also command for PyInstaller was:
pyinstaller init.py --onefile

Hope it will help.

from ccx2paraview.

feacluster avatar feacluster commented on June 15, 2024

Thanks, yes I did try --onefile and got the same error:

[feacluster@micro ccx2paraview]$ pwd
/home/feacluster/.local/lib/python3.6/site-packages/ccx2paraview
[feacluster@micro ccx2paraview]$ cd dist
[feacluster@micro dist]$ ./__init__
Traceback (most recent call last):
  File "ccx2paraview/__init__.py", line 21, in <module>
ModuleNotFoundError: No module named 'writer'
[3202] Failed to execute script '__init__' due to unhandled exception!

I am using Python 3.6.8 . Perhaps something to do with how/where I am running pyinstaller. It is not that important. Was just curious to see if it would speedup ccx2paraview execution time...

from ccx2paraview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.