Skip to content
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

Wan't run on Win10 #1

Closed
jul-star opened this issue Feb 3, 2018 · 8 comments
Closed

Wan't run on Win10 #1

jul-star opened this issue Feb 3, 2018 · 8 comments

Comments

@jul-star
Copy link

jul-star commented Feb 3, 2018

c:\Program Files (x86)\Python\Lib\site-packages>quantdom
Traceback (most recent call last):
File "c:\program files (x86)\python\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\program files (x86)\python\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Program Files (x86)\Python\Scripts\quantdom.exe_main
.py", line 5, in
File "c:\program files (x86)\python\lib\site-packages\quantdom_init
.py", line 29, in
from .ui import * # noqa
File "c:\program files (x86)\python\lib\site-packages\quantdom\ui.py", line 10, in
from .lib import ( # noqa
ModuleNotFoundError: No module named 'quantdom.lib'

@ShenghuSang
Copy link

Same problem, can't install under Win10, and the .exe file can't properly run on Win10, at least, it doesn't look the same as the one shown on this webpage.

@maxlz
Copy link

maxlz commented Feb 15, 2018

Same problem in Win7 SP1

@anarchy89
Copy link

im getting the same error on mac os and windows 10, it says that there is no module named quantdom.lib after installation.

@JafferWilson
Copy link

@anarchy89
Copy link

hi, what about mac? why cant i load custom price info

@constverum
Copy link
Owner

constverum commented Mar 21, 2018

@anarchy89

what about mac?

Please check the releases page. For mac you can download it by link.

why cant i load custom price info

What do you mean? Do you want to import your custom data (quotes), for example from other markets or at other time intervals (tick/minute)? I would also like this =), but for now I couldn't find a simple and convenient way for this. There is simply no such data in open/free access, which means that everyone will have to import quotes available to him in manual mode and there is a problem - I just do not know in what format and how this data will be organized, therefore it's difficult to implement (and that at the same time it was convenient and easy for a user).
But if anyone has any ideas about an open source of data for the tool (at least minutes in a few years) - we can discuss them here.

@JafferWilson
Copy link

@anarchy89 I gues you have not read the read.me file properly. This is very bad that you are raising question without knowing the repository completely. Here have a look at the link: https://github.com/constverum/Quantdom/releases/download/v0.1a1/quantdom_0.1a1.dmg

@constverum
Copy link
Owner

Fixed in v0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants