-
Notifications
You must be signed in to change notification settings - Fork 5
installation error #8
Comments
This is interesting. Although I don't need Which version of wxPython are you using? I'm on I created a But it might be much easier to just edit main.py for a temporary fix. If it resolves your error, I'll push a new release to the master branch and pip. Change dvhaedit/main.py Line 235 from: |
This is a summary of wxpython installed on my windows: |
I get the same error on macOS when I upgrade wxPython to
I'll see if I can figure out the issue, but I'll put a cap on the wxpython version in the meantime. |
Thank you very much. Best Regards |
I just pushed DVHA-DICOM-Editor/requirements.txt Line 1 in 122e7e0
I found this issue posted on wxPython's issue page. |
That's great |
No problem, thank you for sharing. |
Hi Dan
I tried to install DVHA-DICOM-Editor with pip but got an error :
"Traceback (most recent call last):
File "C:\Python\lib\site-packages\dvhaedit\main.py", line 954, in OnInit
self.frame = MainFrame(None, wx.ID_ANY, "DVHA DICOM Editor v%s" % version)
File "C:\Python\lib\site-packages\dvhaedit\main.py", line 100, in init
self.__do_layout()
File "C:\Python\lib\site-packages\dvhaedit\main.py", line 235, in __do_layout
row_sizer.Add(self.force_open, 0, wx.ALIGN_RIGHT | wx.RIGHT, 15)
wx._core.wxAssertionError: C++ assertion "!(flags & wxALIGN_RIGHT)" failed at ....\src\common\sizer.cpp(2098) in wxBoxSizer::DoInsert(): Horizontal alignment flags are ignored in horizontal sizers OnInit returned false, exiting... "
I also cloned and again get this error.
OS: Win10
Python :3.7
The text was updated successfully, but these errors were encountered: