View Single Post
  #10  
Old 12-08-2015, 18:47
ricnar456 ricnar456 is offline
Friend
 
Join Date: May 2002
Posts: 290
Rept. Given: 1
Rept. Rcvd 28 Times in 10 Posts
Thanks Given: 0
Thanks Rcvd at 52 Times in 40 Posts
ricnar456 Reputation: 28
I could successfully install the editor and started perfectly now I realize that I have of some problems using it.
Before starting the editor I can use hex () in python command bar

Python> hex (2)
0x2

but when I start the editor with alt +E and typing in the editor and run

hex (2)


Traceback (most recent call last):
File "C: \ Program Files (x86) \ IDA 6.8 \ plugins \ Code editor \ pyeditor.py", line 322, in Runto
exec (script, g)
File "<string>", line 1, in <module>
TypeError: hex (QTextStream): 1 have unexpected argument type 'int'
Python> hex / 2)
File "<string>", line 1
hex / 2)
^
SyntaxError: invalid syntax
Python> hex (2)
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: hex (QTextStream): 1 have unexpected argument type 'int'

and then either neither the publisher nor in the command bar can be used without pulling the same mistake.

thanks
ricnar
Reply With Quote
The Following 3 Users Say Thank You to ricnar456 For This Useful Post:
Apuromafo (03-12-2019), Indigo (07-19-2019), Storm Shadow (12-08-2015)