Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dcmartns

Pages: [1]
1
Python and Java API / Re: Split in chunks doesn't split
« on: October 18, 2018, 10:36:29 AM »
I´m using 1.2 ?!

2
Python and Java API / Re: Split in chunks doesn't split
« on: October 12, 2018, 10:36:44 AM »
Well.. I tried this version to load in...

Code: [Select]
2018-10-12 09:28:04 Traceback (most recent call last):
2018-10-12 09:28:04   File "C:/Users/SFM/Downloads/Archiv/split.py", line 4, in <module>
2018-10-12 09:28:04     from PySide2 import QtGui, QtCore, QtWidgets
2018-10-12 09:28:04 ImportError: No module named 'PySide2'
>>>

but:

Code: [Select]
C:\Python37\Scripts>pip install pyside2
Requirement already satisfied: pyside2 in c:\python37\lib\site-packages (5.11.2)


but I also have to say that I have no clue...

3
Python and Java API / Re: Split in chunks doesn't split
« on: October 11, 2018, 04:49:17 PM »
Hey, I have a similar problem.
Nothing happens but an error ocurred:


2018-10-11 15:40:59 Script started
2018-10-11 15:40:59 Duplicating chunk...
2018-10-11 15:41:11 Finished processing in 10.742 sec (exit code 1)
2018-10-11 15:41:11 Traceback (most recent call last):
2018-10-11 15:41:11   File "C:/Users/SFM/Downloads/split_in_chunks/split_in_chunks.py", line 80, in <lambda>
2018-10-11 15:41:11     proc_split = lambda : self.splitChunks()
2018-10-11 15:41:11   File "C:/Users/SFM/Downloads/split_in_chunks/split_in_chunks.py", line 159, in splitChunks
2018-10-11 15:41:11     doc.addChunk(new_chunk)
2018-10-11 15:41:11 TypeError: addChunk() takes no arguments (1 given)

Pages: [1]