Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Attribute error print statement error
Post: Attribute error print statement error

#Imported modules used within the program import pytsk3 import struct import pyewf import datetime import hashlib from Registry import Registry # This is a global variable which stores the Img_info...
jamshaid1997 General Coding Help 1 2,454 Jan-20-2019, 02:11 PM
    Thread: Exception has occurred error
Post: Exception has occurred error

I am trying to create a disk image analyzer one of the things i want to do is be able to print the product image name however i seem to have come across a road block i keep getting the following error...
jamshaid1997 Homework 1 21,100 Jan-18-2019, 03:01 PM
    Thread: Cant seem to load my image file
Post: Cant seem to load my image file

im trying to load a image file so that my program could outout he results of the last logon timeand date but i seem to be getting a error The error that i seem to be getting is Exception has ...
jamshaid1997 General Coding Help 0 2,406 Jan-18-2019, 02:54 PM
    Thread: Python Menu Help
Post: RE: Python Menu Help

(Jan-08-2019, 07:35 PM)nilamo Wrote: In python 2, you should never be using input(). If you want to get something from the user, use raw_input() instead. i have changed my code to raw_inputhowever...
jamshaid1997 General Coding Help 6 3,432 Jan-08-2019, 07:39 PM
    Thread: Python Menu Help
Post: RE: Python Menu Help

(Jan-08-2019, 06:19 PM)nilamo Wrote: Looks like you have a menu. What's the issue?im trying to make my option 3 work but my option 3 doesnt seem to work def file_system(): global file_syst...
jamshaid1997 General Coding Help 6 3,432 Jan-08-2019, 06:40 PM
    Thread: Python Menu Help
Post: Python Menu Help

Need help with sorting out my python menu could someone help me please i have added a bin # 1. Add pytsk3 module import Tkinter import pytsk3 #from GUI_Forensic import * # 33. Add datetime import date...
jamshaid1997 General Coding Help 6 3,432 Jan-08-2019, 06:09 PM
    Thread: Need help with my python code
Post: RE: Need help with my python code

i sorted the problem out however the menu doesnt seem to work for me
jamshaid1997 Homework 2 2,050 Jan-07-2019, 09:00 PM
    Thread: Need help with my python code
Post: Need help with my python code

I have a project which i need help with i keep getting the error global name 'get_option' is not defined i cant post my code on here as there is a lot of lines of code and its also a project so i don...
jamshaid1997 Homework 2 2,050 Jan-07-2019, 08:12 PM
    Thread: can someone help me import pytsk3
Post: RE: can someone help me import pytsk3

hi thank you very much for replying i have managed to install pytsk3
jamshaid1997 General Coding Help 2 2,245 Jan-05-2019, 06:05 PM
    Thread: can someone help me import pytsk3
Post: can someone help me import pytsk3

i need help to import python pytsk3 however i keep getting an error
jamshaid1997 General Coding Help 2 2,245 Jan-05-2019, 05:09 PM
    Thread: Need help with this code
Post: Need help with this code

# 1. Add pytsk3 module import pytsk3 # 33. Add datetime import datetime # 2. Prompt the user to input the name of the image file image_filename = raw_input ('Please input the name of the image file ...
jamshaid1997 General Coding Help 1 2,304 Nov-24-2018, 06:01 PM
    Thread: Need help with the program its not working
Post: Need help with the program its not working

#!/usr/bin/env python3 # Simple Calculator # Function to subtract def subtract(x, y): return int(x) - int(y) # Function to multiply def multiply(x, y): return int(x) * int(y) # Function to a...
jamshaid1997 General Coding Help 1 1,947 Nov-24-2018, 02:57 AM
    Thread: Help Loop new line
Post: RE: Help Loop new line

(Nov-21-2018, 11:03 PM)Larz60+ Wrote: please try to explain why you need the newline? Also, please post your code. I would post my code online but someone might copy it as its homework (Nov-21-201...
jamshaid1997 General Coding Help 3 2,402 Nov-21-2018, 11:09 PM
    Thread: Help Loop new line
Post: Help Loop new line

every time I loop my program it starts off at the same line the issue is this loop how can I implement Quote:"\n" the new line command into my loop any help please at the moment this is what my lo...
jamshaid1997 General Coding Help 3 2,402 Nov-21-2018, 09:28 PM
    Thread: Help with my project
Post: Help with my project

Hi i was wondering if i could get some help on a banking system i want to be create the banking system should be able to:  Create the necessary classes and functions which allow Customers to perform ...
jamshaid1997 Homework 1 2,242 Nov-02-2017, 02:40 PM
    Thread: Can someone help me please
Post: RE: Can someone help me please

(Oct-18-2017, 09:10 PM)ichabod801 Wrote: What have you tried? We have an aversion to doing people's homework around her, but we are happy to help you fix problems with code you have written. You'll...
jamshaid1997 Homework 3 3,565 Oct-18-2017, 09:19 PM
    Thread: Can someone help me please
Post: Can someone help me please

Hi i was wondering if someone could explain and help me Develop a Python function which either returns the float square of its parameter x if the parameter is a number, or prints the string "Sorry Dav...
jamshaid1997 Homework 3 3,565 Oct-18-2017, 09:05 PM
    Thread: Trying to create a BMI calculator Help!
Post: Trying to create a BMI calculator Help!

name = ( input ('what is your name? ')) height = float( input ("What is your bodys height in meters?")) weight = float( input ("what is the weight of your body in kilograms?")) print( name "body mass ...
jamshaid1997 Homework 1 3,478 Oct-10-2017, 03:44 PM
    Thread: Help!! Help! python fake bank system
Post: RE: Help!! Help! python fake bank system

(Oct-04-2017, 07:21 PM)ichabod801 Wrote: If you are running this in Python 3.0 or higher, input returns a string. So choice is a string, and you are comparing it to integers, which will never match....
jamshaid1997 Homework 3 7,988 Oct-04-2017, 09:38 PM
    Thread: Help!! Help! python fake bank system
Post: Help!! Help! python fake bank system

Hi I am trying to create a fake python bank system. The program needs to be able to deposit, withdraw and check the balance. However when i run the code in python on mac the program seems to only loop...
jamshaid1997 Homework 3 7,988 Oct-04-2017, 07:11 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020