Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: ModuleNotFoundError
Post: RE: ModuleNotFoundError

(Aug-23-2022, 01:20 AM)rob101 Wrote: Try from model.hr import util I think that will work for you. unfortunately not :( the directories are: Output:\model\util.py and model\hr\hr.py
Kjaglewicz General Coding Help 5 1,356 Aug-23-2022, 01:23 AM
    Thread: ModuleNotFoundError
Post: ModuleNotFoundError

So the path is: Output:secure-erp\ controller\ hr_controller.py main_controller.py model\ ...
Kjaglewicz General Coding Help 5 1,356 Aug-22-2022, 10:24 PM
    Thread: Generate random id (please help!)
Post: RE: Generate random id (please help!)

(Aug-22-2022, 07:11 PM)deanhystad Wrote: trings in random_characters_list. Your problem was the shuffleTHANK YOU!!!!
Kjaglewicz General Coding Help 8 1,990 Aug-22-2022, 09:02 PM
    Thread: Generate random id (please help!)
Post: RE: Generate random id (please help!)

(Aug-22-2022, 06:42 PM)Gribouillis Wrote: The function random.shuffle() returns None. Try return ''.join(random_character_list) Thank you, it works, but tere are another 2 problems: 1. it has to be ...
Kjaglewicz General Coding Help 8 1,990 Aug-22-2022, 07:00 PM
    Thread: Generate random id (please help!)
Post: Generate random id (please help!)

Hi All! I need to write a function that returns a random id for an employee. Can anybody tell me why it returns... "None"? I'm stuck with it... import random import string def generate_id(number_of...
Kjaglewicz General Coding Help 8 1,990 Aug-22-2022, 06:23 PM

User Panel Messages

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