-
Notifications
You must be signed in to change notification settings - Fork 222
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
Error: TypeError: can't multiply sequence by non-int of type 'float' #5
Comments
I apologize for this. I added a slight aesthetic modification that caused Please try the new version that I just committed and see if it works. On Tue, Apr 28, 2015 at 7:29 AM, dbosanzio notifications@github.com wrote:
|
Thanks. Now I get the following error: Thanks for your help. |
I'm very sorry. I made a quick fix but didn't actually test it. I've On Tue, Apr 28, 2015 at 9:01 AM, dbosanzio notifications@github.com wrote:
|
Thanks. I copied the procmon.exe in the Noriben-master folder where ther's the Noriben.py: C:\Python34>python.exe c:\Noriben-master\Noriben.py C:\Python34>cd c:\Noriben-master c:\Noriben-master>dir Directory di c:\Noriben-master Directory di c:\Noriben-master 29/04/2015 10:29 .29/04/2015 10:29 .. 29/04/2015 10:29 51.337 Noriben.py 31/03/2015 19:20 2.044.552 Procmon.exe 29/04/2015 10:29 6.470 ProcmonConfiguration.pmc 29/04/2015 10:29 9.297 README.md 29/04/2015 10:29 Sample 29/04/2015 10:36 64 virustotal.api |
This is due to how Noriben checks for procmon.exe. It will first check to see if procmon is in the current working directory, I have not yet added the ability for the program to resolve its called For now I'd recommend either adding the executable to a folder in your path C:\Noriben-master> C:\Python34\Python.exe Noriben.py On Wed, Apr 29, 2015 at 1:37 AM, dbosanzio notifications@github.com wrote:
|
Thanks. Now it works. Network Traffic: Unique Hosts: ERRORS DETECTED |
This will be slightly difficult to troubleshoot. Ultimately, Procmon is not If there are no entries with those then likely Procmon is just not If that resolves it, you should be good. That setting should remain set in On Wed, Apr 29, 2015 at 5:03 AM, dbosanzio notifications@github.com wrote:
|
Thanks for your help. Best regard. This case is close for me. PS: it may be useful, I made Noriben portable using Python Portable: 1)Download Python Portable from http://portablepython.com/wiki/PortablePython3.2.5.1/
3)I installed setuptool with the following command: 4)I installed pip with the following command: 5)I Installed the requests module with the following command:
7)I started the Noriben sandbox with the following command: C:\Portable Python 3.2.5.1\Noriben-master>"c:\Portable Python 3.2.5.1\App\python.exe" Noriben.py |
Glad to hear it's working, thank you for bringing the issues to my attention (and I'll fix that double version header that I see). And awesome about the portable solution. I'm going to use that to share with others! |
Hi, thanks for your tool.
Your work is much appreciated
I'm trying to start it but I get the following error:
C:\Python34>python.exe c:\Noriben-master\Noriben.py
--===[ Noriben v1.6.2 ]===--
Traceback (most recent call last):
File "c:\Noriben-master\Noriben.py", line 1202, in
main()
File "c:\Noriben-master\Noriben.py", line 997, in main
print(header2 % (' ' * (padding / 2), ' ' * (padding / 2)))
TypeError: can't multiply sequence by non-int of type 'float'
C:\Python34>
I test on windows 7 64 bit with Python 3.4.3 (64 bit version) and Python 3.2.5.1 32 bit version, getting the same error.
May you help me to fix this error?
Thanks a lot.
The text was updated successfully, but these errors were encountered: