Python Forum
[split] Help- converting file with pyton script
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] Help- converting file with pyton script
#2
Did you try to install it?
Note this is python 2 script, based on exec and print being statements in record.py and also using basestring. Although in some other modules it's used like function.
Also you need to change
from record import recordtype
to
from .record import recordtype
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: [split] Help- converting file with pyton script - by buran - Jul-01-2021, 02:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Converting .txt to .csv file SunWers 21 22,781 Jan-20-2024, 10:03 AM
Last Post: Larz60+
  How to "tee" (=split) output to screen and into file? pstein 6 4,463 Jun-24-2023, 08:00 AM
Last Post: Gribouillis
  Split pdf in pypdf based upon file regex standenman 1 4,778 Feb-03-2023, 12:01 PM
Last Post: SpongeB0B
  Converting a json file to a dataframe with rows and columns eyavuz21 13 15,107 Jan-29-2023, 03:59 PM
Last Post: eyavuz21
  How to split file by same values from column from imported CSV file? Paqqno 5 6,075 Mar-24-2022, 05:25 PM
Last Post: Paqqno
  [split] Results of this program in an excel file eisamabodian 1 2,320 Feb-11-2022, 03:18 PM
Last Post: snippsat
  split txt file data on the first column value shantanu97 2 3,686 Dec-29-2021, 05:03 PM
Last Post: DeaD_EyE
  Split Characters As Lines in File quest_ 3 3,558 Dec-28-2020, 09:31 AM
Last Post: quest_
  [split] How to convert the CSV text file into a txt file Pinto94 5 5,069 Dec-23-2020, 08:04 AM
Last Post: ndc85430
  Help- converting file with pyton script grinleon 3 3,516 Sep-23-2020, 11:48 AM
Last Post: grinleon

Forum Jump:

User Panel Messages

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